From: Tim Deegan Date: Fri, 27 May 2011 17:41:12 +0000 (+0100) Subject: Fix the filename of the archive produced by 'make deb' X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10267 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=dcf2f8a8e173523465cb2147c4d573c53184c8ae;p=xen.git Fix the filename of the archive produced by 'make deb' Signed-off-by: Tim Deegan --- diff --git a/tools/misc/mkdeb b/tools/misc/mkdeb index 603cd6baa8..2e40747f2b 100644 --- a/tools/misc/mkdeb +++ b/tools/misc/mkdeb @@ -50,7 +50,7 @@ EOF # Package it up chown -R root:root deb -dpkg --build deb $xen-upstream-$version.deb +dpkg --build deb xen-upstream-$version.deb # Tidy up after ourselves rm -rf deb